home *** CD-ROM | disk | FTP | other *** search
/ Computer Toybox / Computer Toybox.iso / programs / dllmast / readme.txt < prev    next >
Text File  |  1994-10-31  |  5KB  |  125 lines

  1. Thank you for trying DLL Master.  We hope you will find it a
  2. useful Windows tool.
  3.  
  4. DLL Master lists all modules currently loaded in Windows' 
  5. memory, and allows you to load, unload, or decrement the use 
  6. count of DLLs--at your own risk, of course.  Module path, 
  7. datetime, filesize and internal version info are shown; 
  8. multiple lists are kept, lists can be compared, printed, 
  9. saved to and restored from disk. Specific DLLs can also be 
  10. loaded at Windows' startup. It requires Windows 3.1.
  11.  
  12. DLL Master is a shareware program written in Visual Basic, 
  13. and as such requires the VB 3.0 runtime module VBRUN300.DLL 
  14. as well as certain other modules in order to run. Since these 
  15. files take up a lot of space and increase download time, DLL
  16. Master is distributed in two shareware versions. DLLMSTR1.ZIP
  17. contains the minimum number of files, and is intended for
  18. those who already have Visual Basic installed. DLLMSTR2.ZIP 
  19. contains all necessary files except VBRUN300.DLL. VBRUN300.DLL
  20. is available on many bulletin boards including Compuserve. If 
  21. you can't get hold of it send us $3.00 for shipping/handling 
  22. and we'll send it to you.
  23.  
  24. The registered version of DLL Master contains all the necessary
  25. files, since it is normally provided on disk by mail.
  26.  
  27.  
  28. TO INSTALL DLL MASTER FROM DLLMSTR1.ZIP:
  29.  
  30. 1) Create a directory for DLL Master on your hard disk. For 
  31.    example:
  32.         
  33.         md c:\dllmstr
  34.  
  35. 2) Using PKUNZIP, unzip DLLMSTR1.ZIP into the new directory. 
  36.    For example:
  37.  
  38.         pkunzip a:dllmstr1 c:\dllmstr
  39.  
  40. 3) Copy DLLMSTRD.DLL to the \WINDOWS\SYSTEM directory, then
  41.    delete it from the DLL Master directory.
  42.  
  43. 4) Using the Program Manager File/New menu, create a program item 
  44.    for DLL Master in the program group of your choice.
  45.  
  46.  
  47. TO INSTALL DLL MASTER FROM DLLMSTR.ZIP OR DLLMSTR2.ZIP:
  48.  
  49. 1) Create a temporary directory on your hard disk. For example:
  50.         
  51.         md c:\dllmtemp
  52.  
  53. 2) Using PKUNZIP, unzip DLLMSTR.ZIP or DLLMSTR2.ZIP into the new 
  54.    directory. For example:
  55.  
  56.         pkunzip a:dllmstr2 c:\dllmtemp
  57.  
  58. 3) Go into Windows, select the File/Run menu, and run SETUP:
  59.  
  60.         c:\dllmtemp\setup.exe
  61.  
  62.    Setup will properly install DLL Master as a Windows application,
  63.    into the directory of your choice. After this has been done you 
  64.    may delete the temporary directory and its contents.
  65.  
  66.  
  67. WHAT TO DO IF SETUP CANNOT INSTALL A FILE:
  68.  
  69. Sometimes the SETUP program cannot install a newer version of a DLL 
  70. or other module because an existing version of the module is in use 
  71. and Windows will not allow it to be overlaid. In this case, you will 
  72. want to install the module manually. Here are the steps to do this:
  73.  
  74. 1) Exit from Windows.
  75.  
  76. 2) Use the EXPAND utility to decompress the file from the temporary
  77.    directory. The compressed version of the file has an underscore 
  78.    as the last character of the extension. For example, THREED.VBX 
  79.    will appear as THREED.VB_. (In fact, THREED.VBX may very well 
  80.    be in use when you run install DLL Master.) In this example, you
  81.    would expand the file by running the following command from the 
  82.    DOS prompt:
  83.  
  84.         expand c:\dlltemp\threed.vb_ \windows\system\threed.vbx
  85.  
  86.    The various file extensions are transformed as follows: any VB_ 
  87.    extension becomes VBX, DL_ becomes DLL, EX_ becomes EXE, etc.
  88.    
  89.    EXPAND.EXE should exist on your system in both the \WINDOWS and
  90.    \DOS directories.
  91.    
  92. 3) Verify that the new version was indeed expanded and copied, and
  93.    then restart Windows.
  94.  
  95.  
  96. Please contact us if you have any questions, problems or
  97. suggestions for improvements to DLL Master. We also strongly
  98. encourage you to register your copy if you find yourself
  99. continuing to use DLL Master (please read the Registration
  100. topic in the Help file or LICENSE.TXT).
  101.  
  102.  
  103. KNOWN ISSUES AND INCOMPATIBILITIES:
  104.  
  105. An incompatible version of THREED.VBX is apparently included with
  106. certain versions of printer software accompanying laser printers
  107. from a very excellent company which shall remain nameless. If, when
  108. the mouse pointer rests on one of the toolbar icons for over half
  109. a second, a yellow 'tool tip' or help balloon does not pop up just
  110. beneath the pointer, then you probably have this version running on
  111. your machine.  You can download the most current correct version of
  112. THREED.VBX from Compuserve ('GO SHERIDAN'). Or get DLLMSTR2.ZIP,
  113. which contains a good version.
  114.  
  115. If you display version information for CPQHQV08.EXE version 3.10.00  
  116. (this is a Compaq QVision display driver), the Language combo will
  117. list 8 languages.  However, no matter which one you select, the 
  118. string file information still displays in English. This is not a
  119. DLL Master bug. The version resource inside CPQHQV08.EXE actually
  120. contains a subsection for each of the languages--all identical, all
  121. in English.
  122.  
  123. (DLL Master is a trademark of Shaftel Software. Windows and Visual
  124. Basic are trademarks of Microsoft Corporation.)
  125.